home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / esdfeduc / frmstart.fr_ / frmstart.fr (.txt)
Encoding:
Visual Basic Form  |  1997-12-18  |  4.0 KB  |  120 lines

  1. VERSION 5.00
  2. Begin VB.Form Form1 
  3.    Caption         =   "Form1"
  4.    ClientHeight    =   5535
  5.    ClientLeft      =   90
  6.    ClientTop       =   690
  7.    ClientWidth     =   7470
  8.    BeginProperty Font 
  9.       Name            =   "MS Sans Serif"
  10.       Size            =   8.25
  11.       Charset         =   0
  12.       Weight          =   700
  13.       Underline       =   0   'False
  14.       Italic          =   0   'False
  15.       Strikethrough   =   0   'False
  16.    EndProperty
  17.    LinkTopic       =   "Form1"
  18.    Picture         =   "frmStart.frx":0000
  19.    ScaleHeight     =   5535
  20.    ScaleWidth      =   7470
  21.    Begin VB.Label Label6 
  22.       Caption         =   "It would be helpful if you review the sample named Basic (Basic.vbp) before exercising with ESDF."
  23.       ForeColor       =   &H000000FF&
  24.       Height          =   495
  25.       Left            =   120
  26.       TabIndex        =   5
  27.       Top             =   5040
  28.       Width           =   7215
  29.    End
  30.    Begin VB.Label Label5 
  31.       Caption         =   "Tips: for making a Column visble in the Table it has to have proprty Visible=true and has With>0. See property page of the Column."
  32.       BeginProperty Font 
  33.          Name            =   "MS Sans Serif"
  34.          Size            =   8.25
  35.          Charset         =   0
  36.          Weight          =   400
  37.          Underline       =   0   'False
  38.          Italic          =   0   'False
  39.          Strikethrough   =   0   'False
  40.       EndProperty
  41.       Height          =   855
  42.       Left            =   4080
  43.       TabIndex        =   4
  44.       Top             =   1200
  45.       Width           =   3255
  46.    End
  47.    Begin VB.Label Label4 
  48.       Caption         =   "2. Run your application and follow context help of error messages."
  49.       BeginProperty Font 
  50.          Name            =   "MS Sans Serif"
  51.          Size            =   8.25
  52.          Charset         =   0
  53.          Weight          =   400
  54.          Underline       =   0   'False
  55.          Italic          =   0   'False
  56.          Strikethrough   =   0   'False
  57.       EndProperty
  58.       Height          =   255
  59.       Left            =   1920
  60.       TabIndex        =   3
  61.       Top             =   720
  62.       Width           =   5055
  63.    End
  64.    Begin VB.Label Label3 
  65.       BackStyle       =   0  'Transparent
  66.       Caption         =   "1. Insert ColumnEdit control in this form. Its image in the toolbox is:"
  67.       BeginProperty Font 
  68.          Name            =   "MS Sans Serif"
  69.          Size            =   8.25
  70.          Charset         =   0
  71.          Weight          =   400
  72.          Underline       =   0   'False
  73.          Italic          =   0   'False
  74.          Strikethrough   =   0   'False
  75.       EndProperty
  76.       Height          =   255
  77.       Left            =   1920
  78.       TabIndex        =   2
  79.       Top             =   480
  80.       Width           =   4935
  81.    End
  82.    Begin VB.Image Image1 
  83.       Height          =   225
  84.       Left            =   6600
  85.       Picture         =   "frmStart.frx":0640
  86.       Top             =   480
  87.       Width           =   240
  88.    End
  89.    Begin VB.Label Label2 
  90.       Caption         =   "Use this form create your application with ESDF:"
  91.       Height          =   255
  92.       Left            =   1920
  93.       TabIndex        =   1
  94.       Top             =   120
  95.       Width           =   5175
  96.    End
  97.    Begin VB.Label Label1 
  98.       BackStyle       =   0  'Transparent
  99.       Caption         =   "Quick start"
  100.       BeginProperty Font 
  101.          Name            =   "MS Sans Serif"
  102.          Size            =   13.5
  103.          Charset         =   0
  104.          Weight          =   400
  105.          Underline       =   0   'False
  106.          Italic          =   0   'False
  107.          Strikethrough   =   0   'False
  108.       EndProperty
  109.       Height          =   495
  110.       Left            =   480
  111.       TabIndex        =   0
  112.       Top             =   0
  113.       Width           =   1815
  114.    End
  115. Attribute VB_Name = "Form1"
  116. Attribute VB_GlobalNameSpace = False
  117. Attribute VB_Creatable = False
  118. Attribute VB_PredeclaredId = True
  119. Attribute VB_Exposed = False
  120.